net/http.http2serverConn.unstartedHandlers (field)
11 uses
net/http (current package)
h2_bundle.go#L4400: unstartedHandlers []http2unstartedHandler
h2_bundle.go#L6131: if len(sc.unstartedHandlers) > int(4*sc.advMaxStreams) {
h2_bundle.go#L6134: sc.unstartedHandlers = append(sc.unstartedHandlers, http2unstartedHandler{
h2_bundle.go#L6148: for ; i < len(sc.unstartedHandlers); i++ {
h2_bundle.go#L6149: u := sc.unstartedHandlers[i]
h2_bundle.go#L6159: sc.unstartedHandlers[i] = http2unstartedHandler{} // don't retain references
h2_bundle.go#L6161: sc.unstartedHandlers = sc.unstartedHandlers[i:]
h2_bundle.go#L6162: if len(sc.unstartedHandlers) == 0 {
h2_bundle.go#L6163: sc.unstartedHandlers = nil
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |